[Manager Summary]
Associates a name with a print session.
OSStatus PMSetJobName(PMPrintSettings printSettings, StringPtr name)
PARAMETERS
printSettings
- A PMPrintSettings object. Specify the object into which want to store the job name.
name
- A pointer to a Pascal string. The string you supply becomes the name of the job.
- function result
- A result code. See Result Codes.
DISCUSSION
You can use the function PMGetJobName to obtain the name you specify with the PMSetJobName function.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.